home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / lib / english / labels < prev    next >
Encoding:
Text File  |  2004-09-15  |  23.1 KB  |  587 lines

  1. okay=Ok
  2. cancel=Cancel
  3. close=Close
  4. continue=Continue
  5.  
  6. main.invalidPackage=Package not found
  7.  
  8. compileException=Exception during compilation
  9. compiler.thread.title=BlueJ compiler thread
  10. compiler.invalidcompiler=bluej.compiler.type is not set to a valid compiler type
  11. compiler.nocompiler=Compiler could not be executed
  12. compiler.warningDialog.title=Compiler Warnings
  13. compiler.warningDialog.label=Warnings from last compilation 
  14. compiler.warningDialog.noWarnings=No warnings
  15.  
  16. debugger.null=null
  17.  
  18. debugger.assert.assertThat=Assert that:
  19. debugger.assert.resultIs=result is
  20. debugger.assert.equalTo=equal to
  21. debugger.assert.equalToFloatingPoint= equal to (double or float)
  22. debugger.assert.sameAs=the same as
  23. debugger.assert.notSameAs=not the same as
  24. debugger.assert.notNull=not null
  25. debugger.assert.null=null
  26. debugger.assert.delta=delta
  27.  
  28. debugger.inspector.title=BlueJ:  Inspector
  29. debugger.inspector.object.title=BlueJ:  Object Inspector
  30. debugger.inspector.class.title=BlueJ:  Class Inspector
  31. debugger.inspector.enum.title=BlueJ:  Enum Inspector
  32. debugger.inspector.interface.title=BlueJ:  Interface Inspector
  33. debugger.inspector.result.title=BlueJ:  Method Result
  34. debugger.inspector.result.returned=returned:
  35. debugger.inspector.showClass=Show static fields
  36. debugger.inspector.inspect=Inspect
  37. debugger.inspector.get=Get
  38. debugger.inspector.class.nameLabel=Class
  39. debugger.inspector.enum.nameLabel=Enum
  40. debugger.inspector.interface.nameLabel=Interface
  41.  
  42. debugger.objectwrapper.methodException=Exception accessing methods:
  43. debugger.objectwrapper.invocationException=Exception during invocation:
  44. debugger.objectwrapper.inspect=Inspect
  45. debugger.objectwrapper.remove=Remove
  46. debugger.objectwrapper.serializable=Serialize
  47. debugger.objectwrapper.redefined=redefined in
  48. debugger.objectwrapper.inherited=inherited from
  49.  
  50. debugger.threadstatus.finished=finished
  51. debugger.threadstatus.breakpoint=at breakpoint
  52. debugger.threadstatus.stopped=stopped
  53. debugger.threadstatus.monitor=at monitor
  54. debugger.threadstatus.notstarted=not started
  55. debugger.threadstatus.running=running
  56. debugger.threadstatus.sleeping=sleeping
  57. debugger.threadstatus.unknown=unknown status
  58. debugger.threadstatus.waiting=waiting
  59. debugger.threadstatus.zombie=zombie
  60.  
  61. #Debugger messages
  62. debugger.jdiDebugger.noBreakpointMsg=Clear breakpoint: no breakpoint found in this line.
  63. debugger.jdiDebugger.noLineNumberMsg=This class has been compiled without line number\ninformation. You cannot set breakpoints.
  64. debugger.jdiDebugger.noCodeMsg=Cannot set breakpoint: no code in this line
  65. debugger.jdiDebugger.internalErrorMsg=There was an internal error while attempting to\nset this breakpoint
  66.  
  67. # Class Manager panel user interface elements and error messages
  68. classmgr.prefpaneltitle=Libraries
  69. classmgr.userlibraries=User Libraries
  70. classmgr.userliblibraries=User Libraries from
  71. classmgr.add=Add
  72. classmgr.delete=Delete
  73. classmgr.statuscolumn=Status
  74. classmgr.statusgood=Loaded
  75. classmgr.statusbad=Error
  76. classmgr.statusnew=Not loaded
  77. classmgr.locationcolumn=Location
  78. classmgr.error.unresolvable=Unresolvable Path
  79. classmgr.error.nodescription=No Description
  80. classmgr.error.missingclasspath=No Java classpath. Class loading behaviour may be strange because\nclasses in the current directory will be resolved first.
  81. classmgr.error.missingbootclasspath=No Sun boot classpath. BlueJ should not be run on a pre JDK 1.2 environment.
  82.  
  83. # Preferences Manager user interface elements and error messages
  84. prefmgr.title=BlueJ:  Preferences
  85.  
  86. # Miscellaneous Preferences panel
  87. prefmgr.misc.prefpaneltitle=Miscellaneous
  88. prefmgr.misc.documentation.title=Documentation settings
  89. prefmgr.misc.jdkurlpath=JDK documentation URL
  90. prefmgr.misc.linkToLib=Use this URL when generating project documentation
  91. prefmgr.misc.linkToLibNoteLine1=If this URL is used for generating documentation, it must be correct and accessible.
  92. prefmgr.misc.linkToLibNoteLine2=Otherwise the documentation generation will fail. To work offline, uncheck this option.
  93. prefmgr.misc.testing.title=Unit test settings
  94. prefmgr.misc.showTesting=Show unit testing tools
  95. prefmgr.misc.vm.title=Virtual machine settings
  96. prefmgr.misc.optimiseVM=Use optimization (faster execution, but may cause problems with debugging)
  97. prefmgr.misc.addLibTitle=Select directory or jar/zip file
  98. prefmgr.misc.libFileFilter=Library files (*.jar;*.zip) or class directories
  99.  
  100. # Editor Preferences panel
  101. prefmgr.edit.prefpaneltitle=Editor
  102. prefmgr.edit.editor.title=Editor settings
  103. prefmgr.edit.editorfontsize=Font size
  104. prefmgr.edit.usesyntaxhilighting=Use syntax hilighting
  105. prefmgr.edit.autoindent=Auto-indent (Enter and Tab keys)
  106. prefmgr.edit.displaylinenumbers=Display line numbers
  107. prefmgr.edit.makeBackup=Make backup of source files
  108. prefmgr.edit.matchBrackets=Match brackets
  109.  
  110.  
  111. # Extensions Manager Help panel
  112. extmgr.title=BlueJ:  Installed Extensions
  113. extmgr.extensions=Extensions
  114. extmgr.systemExtensionShort=System
  115. extmgr.systemExtensionLong=System extension (active for all projects)
  116. extmgr.projectExtensionShort=Project
  117. extmgr.projectExtensionLong=Project extension (for current project only)
  118. extmgr.statuscolumn=Status
  119. extmgr.namecolumn=Name
  120. extmgr.typecolumn=Type
  121. extmgr.details=Extension Details
  122. extmgr.details.location=Location:
  123. extmgr.details.version=version
  124. extmgr.details.url=More information at:
  125.  
  126. extmgr.status.notused=not used
  127. extmgr.status.loaded=loaded
  128. extmgr.status.error=error
  129. extmgr.status.unloaded=unloaded
  130. extmgr.version.unknown=unknown
  131. extensions.nodescription=None given.
  132.  
  133. # Extension errors
  134. extmgr.error.nomanifest=No manifest file
  135. extmgr.error.nomain=Manifest does not contain Main-Class attribute
  136. extmgr.error.notsubclass=Main class is not a subclass of Extension
  137. extmgr.error.cannotload=Extension could not be loaded
  138.  
  139. #---------------
  140. #Editor labels
  141. #---------------
  142. editor.title=BlueJ: Editor
  143.  
  144. #button lables for toolbar commands
  145. editor.compileLabel = Compile
  146. editor.undoLabel = Undo
  147. editor.cutLabel = Cut
  148. editor.copyLabel = Copy
  149. editor.pasteLabel = Paste
  150. editor.closeLabel = Close
  151. editor.page-setupLabel = Page Setup...
  152.  
  153. # menu labels (MUST be defined)
  154. editor.classLabel = Class
  155. editor.editLabel = Edit
  156. editor.toolsLabel = Tools
  157. editor.debugLabel = Debug
  158. editor.optionLabel = Options
  159. editor.helpLabel = Help
  160.  
  161. # item labels (can be omitted if same as action name)
  162. editor.saveLabel = Save
  163. editor.reloadLabel = Reload
  164. editor.printLabel = Print...
  165. editor.closeLabel =Close
  166.  
  167. editor.redoLabel = Redo
  168. editor.cut-to-clipboardLabel = Cut
  169. editor.copy-to-clipboardLabel = Copy
  170. editor.paste-from-clipboardLabel = Paste
  171. editor.indent-blockLabel = Indent more
  172. editor.deindent-blockLabel = Indent less
  173. editor.comment-blockLabel = Comment
  174. editor.uncomment-blockLabel = Uncomment
  175. editor.insert-methodLabel = Insert method
  176.  
  177. editor.findLabel = Find...
  178. editor.find-nextLabel = Find Next
  179. editor.find-next-backwardLabel = Find Next Backward
  180. editor.go-to-lineLabel = Go to line...
  181. editor.replaceLabel = Replace...
  182. editor.compileLabel = Compile
  183. editor.toggle-breakpointLabel = Set/Clear Breakpoint
  184. editor.toggle-interface-viewLabel = Toggle Interface View
  185.  
  186. editor.go-to-lineLabel = Go to line...
  187. editor.gotoline.title = Go to line
  188. editor.gotoline.label = Enter line number
  189. editor.gotoline.notNumericMessage = Input must be numeric
  190.  
  191. editor.implementationLabel = Implementation
  192. editor.interfaceLabel = Interface
  193.  
  194. editor.state.readOnly = read-only
  195. editor.state.saved = saved
  196. editor.state.changed = changed
  197.  
  198. editor.key-bindingsLabel = Key Bindings...
  199. editor.preferencesLabel = Preferences...
  200.  
  201. # Dialog titles and texts
  202. editor.functions.title = Editor Functions
  203. editor.functions.editFunctions = Edit Functions
  204. editor.functions.moveScroll = Move & Scroll
  205. editor.functions.classFunctions = Class Functions
  206. editor.functions.customisation = Customisation
  207. editor.functions.help = Help
  208. editor.functions.misc = Misc
  209. editor.functions.defaults=Defaults
  210. editor.functions.categories=Categories:
  211. editor.functions.keys=Key Bindings
  212. editor.functions.addkey=Add Key
  213. editor.functions.delkey=Delete Key
  214.  
  215. editor.find.title = Find
  216. editor.find.find.label = Find:
  217. editor.find.replace.label = Replace:
  218. editor.find.findNext=Find Next
  219. editor.find.replace=Replace
  220. editor.find.replaceAll=Replace All
  221. editor.find.up=Search up
  222. editor.find.down=Search down
  223. editor.find.ignoreCase=Ignore case
  224. editor.find.wholeWord=Whole word
  225.  
  226. #Messages, warnings, etc that is displayed by Info.java
  227. editor.info.version = Moe version
  228. editor.info.readingProblem = There was a problem reading this file.
  229. editor.info.regularFile = (Is it really a regular file? Do you have read access?)
  230. editor.info.newFile = New file
  231. editor.info.errorSaving = Error in saving file!
  232. editor.info.compiled = Class compiled - no syntax errors
  233. editor.info.noChanges = No changes need to be saved
  234. editor.info.cannotReload = Can not reload - this text was never saved!
  235. editor.info.reload = (\"Reload\" reloads the last saved state from disk.)
  236. editor.info.emptySearchString = Empty search string.
  237. editor.info.notFound = Not found (search again to wrap around).
  238. editor.info.compiling = Compiling...
  239. editor.info.cannotSetBreak = Cannot set breakpoint:\nNo code associated with this editor.
  240. editor.info.fileDisappeared = ERROR: The file seems to have disappeared!
  241. editor.info.fileReadError = ERROR: There was an error while trying to read this file.
  242. editor.info.saved = File saved
  243. editor.info.printing = Printing...
  244. editor.info.printed = Printing... Done.
  245. editor.info.cancelled = Cancelled.
  246. editor.info.generatingDoc = Generating class interface...
  247. editor.info.loadingDoc = Loading class interface...
  248. editor.info.docLoaded = Loading class interface... Done.
  249. editor.info.docAborted = There was a serious problem generating the javadoc\ninterface. Aborted.
  250. editor.info.docDisappeared = Cannot find HTML file:
  251. editor.info.docNoFrames = Frame display is disabled in editor preview.
  252. editor.info.tabsExpanded = Converted all TABs to spaces. (You are working\nwith soft TABs, the file contained hard TABs.)
  253. editor.printer.continued=continued
  254. #End Editor labels
  255.  
  256. pkgmgr.chooseUsesFrom=Select the class where the dependency is from
  257. pkgmgr.chooseUsesTo=Select the class it depends on
  258. pkgmgr.chooseInhFrom=Select the subclass
  259. pkgmgr.chooseInhTo=Select the superclass
  260. pkgmgr.chooseArrow=Select an arrow to delete
  261. pkgmgr.packageSaved=Package saved
  262. pkgmgr.info.printing = Printing...
  263. pkgmgr.info.printed = Printing... Done.
  264.  
  265. utility.packageChooser.previewPane1=Preview of possible
  266. utility.packageChooser.previewPane2=package structure
  267.  
  268. # dialog titles and texts
  269. pkgmgr.title=BlueJ:  
  270.  
  271. pkgmgr.newPkg.title=New Project
  272. pkgmgr.newPkg.buttonLabel=Create
  273. pkgmgr.openPkg.title=Open Project
  274. pkgmgr.openPkg.buttonLabel=Open
  275. pkgmgr.openNonBlueJPkg.title=Open Non-BlueJ Project
  276. pkgmgr.openNonBlueJPkg.buttonLabel=Open in BlueJ
  277. pkgmgr.saveAs.title=Save Project
  278. pkgmgr.saveAs.buttonLabel=Save
  279. pkgmgr.addClass.title=Select Java Class to Add
  280. pkgmgr.addClass.buttonLabel=Add
  281. pkgmgr.importPkg.title=Select Directory to Import
  282. pkgmgr.importPkg.buttonLabel=Import
  283. pkgmgr.importPkgNew.title=New Project to Import Into
  284. pkgmgr.importPkgNew.buttonLabel=Create
  285.  
  286. pkgmgr.newClass.msg=Enter the name of the class
  287. pkgmgr.newUses=New Uses Arrow
  288. pkgmgr.newExtends=New Extends Arrow
  289. pkgmgr.unimplemented=Sorry - that feature is not yet implemented
  290. pkgmgr.pkgChooseError=Error selecting valid package name
  291. pkgmgr.chooseWebPage.title=Select HTML page destination
  292. pkgmgr.chooseWebPage.buttonLabel=Save HTML page
  293.  
  294. pkgmgr.parentpackagetarget.open=Open
  295. pkgmgr.parentpackagetarget.openunamed=Open unamed package
  296.  
  297. pkgmgr.packagemenu.open=Open
  298. pkgmgr.packagemenu.remove=Remove
  299.  
  300. pkgmgr.classmenu.runApplet=Run Applet
  301. pkgmgr.classmenu.edit=Open Editor
  302. pkgmgr.classmenu.compile=Compile
  303. pkgmgr.classmenu.inspect=Inspect
  304. pkgmgr.classmenu.remove=Remove
  305. pkgmgr.classmenu.createTest=Create Test Class
  306.  
  307. pkgmgr.test.label=Testing
  308. pkgmgr.test.record=recording
  309. pkgmgr.test.run=Run Tests
  310. pkgmgr.test.end=End
  311. pkgmgr.test.succeeded=succeeded
  312. pkgmgr.test.noTestName=You must specify a name for the test
  313. pkgmgr.test.invalidTestName=The test name must be a valid Java identifier
  314. pkgmgr.test.recording=recording
  315.  
  316. pkgmgr.test.popup.testAll=Test All
  317. pkgmgr.test.popup.noTests=No test methods
  318. pkgmgr.test.popup.testPrefix=Test
  319. pkgmgr.test.popup.createTest=Create Test Method...
  320. pkgmgr.test.popup.benchToFixture=Object Bench to Test Fixture
  321. pkgmgr.test.popup.fixtureToBench=Test Fixture to Object Bench
  322.  
  323.  
  324. # "new class" dialog
  325. pkgmgr.newClass.title=BlueJ:  Create New Class
  326. pkgmgr.newClass.label=Class Name:
  327. pkgmgr.newClass.classType=Class Type
  328. pkgmgr.newClass.stdclass=Class
  329. pkgmgr.newClass.abstract=Abstract Class
  330. pkgmgr.newClass.interface=Interface
  331. pkgmgr.newClass.applet=Applet
  332. pkgmgr.newClass.appletj=Applet
  333. pkgmgr.newClass.unittest=Unit Test
  334. pkgmgr.newClass.enum=Enum
  335.  
  336. # "new package" dialog
  337. pkgmgr.newPackage.title=BlueJ:  Create New Package
  338. pkgmgr.newPackage.label=Package Name:
  339. pkgmgr.newPackage.newPackage=Package
  340.  
  341. # "Use Library Class" dialog
  342. callLibraryDialog.title=BlueJ:  Call Library Class
  343. callLibraryDialog.classLabel=Class:
  344. callLibraryDialog.docButton=Documentation
  345. callLibraryDialog.listHeading=Constructors and static methods
  346. callLibraryDialog.clickHere1=Enter full class name, then press Enter
  347. callLibraryDialog.clickHere2=to display constructors and methods.
  348. callLibraryDialog.classNotFound1=Could not find the class.
  349. callLibraryDialog.classNotFound2=(Check the class name and press Enter again.)
  350.  
  351. # "export" dialog
  352. pkgmgr.export.title=BlueJ:  Create Jar File
  353. pkgmgr.export.helpLine1=Create a single Java archive (jar) file containing
  354. pkgmgr.export.helpLine2=the project. Executable if main class is specified.
  355. pkgmgr.export.classLabel=Main class:
  356. pkgmgr.export.includeLibs=Include user libraries
  357. pkgmgr.export.sourceLabel=Include source
  358. pkgmgr.export.noClassText=none (cannot be executed)
  359. pkgmgr.export.specifyJar=Specify name for jar file
  360. pkgmgr.export.createJarText=Create
  361.  
  362. # "open-non-bluej" mismatch dialog
  363. pkgmgr.importmismatch.title=BlueJ:  Package Line Mismatches
  364. pkgmgr.importmismatch.helpLine1=WARNING: This is not the expected top level directory of this Java
  365. pkgmgr.importmismatch.helpLine2=project as declared in some of the project's class's package declarations.
  366. pkgmgr.importmismatch.helpLine3=Opening this directory will change all package declarations in the
  367. pkgmgr.importmismatch.helpLine4=following source files of the project.
  368. pkgmgr.importmismatch.helpLine5=Most likely you should open the parent directory of the one you
  369. pkgmgr.importmismatch.helpLine6=have selected. For example, to open a Java project that contains
  370. pkgmgr.importmismatch.helpLine7=the package "org.bluej", you must select the directory that
  371. pkgmgr.importmismatch.helpLine8=_contains_ "org",  not the "org" or "bluej" directory itself.
  372. pkgmgr.importmismatch.helpLine9=Do you want to continue opening and changing the package declarations?
  373.  
  374. # "import" failure dialog
  375. pkgmgr.importfailed.title=BlueJ:  Import Status
  376. pkgmgr.importfailed.helpLine1=The import has failed to copy the following files.
  377. pkgmgr.importfailed.helpLine2=This is most likely due to these files already
  378. pkgmgr.importfailed.helpLine3=being present in the destination project.
  379.  
  380. # "version check" dialog
  381. pkgmgr.versionDlg.title=BlueJ:  Check for new version
  382. pkgmgr.versionDlg.helpLine1=This function will check whether a newer BlueJ version
  383. pkgmgr.versionDlg.helpLine2=is available. You must be online for this to work.
  384. pkgmgr.versionDlg.check=Check Version
  385. pkgmgr.versionDlg.upToDate=The current version is up to date.
  386. pkgmgr.versionDlg.currentVersion=Your current BlueJ version is
  387. pkgmgr.versionDlg.newVersion=The most recent BlueJ version is
  388.  
  389. # run applet dialog
  390. pkgmgr.runApplet.title=BlueJ:  Run Applet
  391. pkgmgr.runApplet.webPageLabel=Create Web Page
  392. pkgmgr.runApplet.webPage=Generate web page only
  393. pkgmgr.runApplet.appletviewer=Run Applet in appletviewer
  394. pkgmgr.runApplet.webBrowser=Run Applet in web browser
  395. pkgmgr.runApplet.heightLbl=Height =
  396. pkgmgr.runApplet.widthLbl=Width =
  397. pkgmgr.runApplet.newParameterLbl=Add New Parameter
  398. pkgmgr.runApplet.appletParameterLbl= Applet Parameters
  399. pkgmgr.runApplet.nameLbl=Name =
  400. pkgmgr.runApplet.valueLbl=Value =
  401. pkgmgr.runApplet.paramName=PARAM NAME
  402. pkgmgr.runApplet.value=VALUE
  403. pkgmgr.runApplet.htmlComment=<!-- This file automatically generated by BlueJ Java Development  -->\n<!-- Environment.  It is regenerated automatically each time the  -->\n<!-- applet is run.  Any manual changes made to file will be lost -->\n<!-- when the applet is next run inside BlueJ.  Save into a       -->\n<!-- directory outside of the package directory if you want to    -->\n<!-- preserve this file. -->
  404. pkgmgr.runApplet.htmlExportedComment=<!-- This file automatically generated by BlueJ Java Development  -->\n<!-- Environment.  The codebase variable is set to the absolute path to   -->\n<!-- the bluej package directory of the applet at the time of this page being generated. -->\n<!-- If the location of that package alters you will need to edit the codebase value.       -->
  405.  
  406. #print project dialog
  407. pkgmgr.printDialog.title=BlueJ:  Print Project
  408. pkgmgr.printDialog.printDiagram=Print class diagram
  409. pkgmgr.printDialog.printSource=Print source code
  410. pkgmgr.printDialog.printReadme=Print project readme 
  411.  
  412. # method call dialog
  413. pkgmgr.methodCall.titleCreate=BlueJ:  Create Object
  414. pkgmgr.methodCall.titleCall=BlueJ:  Method Call
  415. pkgmgr.methodCall.namePrompt=Name of Instance:
  416. pkgmgr.methodCall.typeParametersPrompt=Type Parameters:
  417. pkgmgr.methodCall.typeParameterPrompt=Type Parameter:
  418. error.methodCall.emptyField=Error: Empty parameter field.
  419. error.methodCall.emptyTypeField=Error: Empty type parameter field.\nEither fill out all type parameters or none of them.
  420. error.methodCall.illegalName=The instance name must be a Java identifier.
  421. error.methodCall.duplicateName=An object with this name already exists.\nPlease choose a unique name.
  422.  
  423. # Debugger dialog (ExecControls.java)
  424. debugger.execControls.windowTitle = BlueJ:  Debugger
  425. debugger.execControls.stackTitle = Call Sequence
  426. debugger.execControls.staticTitle = Static variables
  427. debugger.execControls.instanceTitle = Instance variables
  428. debugger.execControls.localTitle = Local variables
  429. debugger.execControls.threadTitle = Threads
  430. debugger.execControls.haltButtonText = Halt
  431. debugger.execControls.stepButtonText = Step
  432. debugger.execControls.stepIntoButtonText = Step Into
  433. debugger.execControls.continueButtonText = Continue
  434. debugger.execControls.terminateButtonText = Terminate
  435.  
  436. debugger.options = Options
  437. debugger.hideSystemThreads = Hide system threads
  438. debugger.threadRunning = <html><center>Thread is running.<br>Threads must be stopped to view details.</html>
  439.  
  440. # DialogManager labels
  441.  
  442. dialogmgr.error = BlueJ:  Error
  443. dialogmgr.question = BlueJ:  Question
  444. dialogmgr.message = BlueJ:  Message
  445.  
  446. #Terminal Window
  447. terminal.options = Options
  448. terminal.title = BlueJ:  Terminal Window
  449. terminal.clear = Clear
  450. terminal.copy = Copy
  451. terminal.save = Save to file...
  452. terminal.close = Close
  453. terminal.clearScreen = Clear screen at method call
  454. terminal.recordCalls = Record method calls
  455. terminal.buffering = Unlimited buffering
  456. terminal.save.title = Save terminal text
  457. terminal.save.buttonText = Save
  458.  
  459. #TestDisplay Window
  460. testdisplay.title = BlueJ:  Test Results
  461. testdisplay.counter.runs=Runs:
  462. testdisplay.counter.errors=Errors:
  463. testdisplay.counter.failures=Failures:
  464. testdisplay.showsource=Show Source
  465.  
  466. # status messages
  467. pkgmgr.compiling=Compiling...
  468. pkgmgr.compileDone=Compiling... Done
  469. pkgmgr.creating=Creating object...
  470. pkgmgr.createDone=Creating object... Done
  471. pkgmgr.creatingVM=Initialising virtual machine...
  472. pkgmgr.creatingVMDone=Initialising virtual machine... Done
  473. pkgmgr.generatingDocu=Generating documentation...
  474. pkgmgr.docuGenerated=Generating documentation... Done
  475. pkgmgr.docuAborted=Generating documentation... Aborted
  476. pkgmgr.webBrowserMsg=Web browser has been started.
  477. pkgmgr.webBrowserError=Error starting web browser.
  478. pkgmgr.usesArrowMsg="Uses" dependency declared but never used:
  479. pkgmgr.breakpointMsg=Class has to be compiled to set breakpoints.
  480. pkgmgr.appletInViewer=Executing Applet in appletviewer
  481. pkgmgr.appletInBrowser=Executing Applet in web browser
  482. pkgmgr.exported.jar=Export to jar file complete.
  483. pkgmgr.error.open=The project does not exist (anymore)
  484. pkgmgr.checkingVersion=Making connection to version server...
  485.  
  486. properties.heading.bluej=BlueJ properties. Settings in this file override \"bluej.defs\"
  487. properties.heading.moe=Moe Editor properties. Settings in this file override \"moe.defs\"
  488.  
  489. # menus and menu items
  490.  
  491. menu.package=_Project
  492. menu.package.new=_New Project...
  493. menu.package.open=Open Project...@O
  494. menu.package.openRecent=Open Recent
  495. menu.package.openNonBlueJ=Open Non _BlueJ...
  496. menu.package.close=Close@W
  497. menu.package.save=Save@S
  498. menu.package.saveAs=S_ave As...
  499. menu.package.import=_Import...
  500. menu.package.export=_Create Jar File...
  501. menu.package.pageSetup=Page Setup...@^P
  502. menu.package.print=Print...@P
  503. menu.package.quit=_Quit@Q
  504.  
  505. menu.edit=_Edit
  506. menu.edit.newClass=New Class...@N
  507. menu.edit.newPackage=New Package...@R
  508. menu.edit.addClass=_Add Class from File...
  509. menu.edit.remove=Remove@BACK_SPACE
  510. menu.edit.newUses=New _Uses Arrow...
  511. menu.edit.newInherits=New _Inheritance Arrow...
  512. menu.edit.removeArrow=Remove Arrow...
  513.  
  514. menu.tools=_Tools
  515. menu.tools.compile=Compile@K
  516. menu.tools.compileSelected=Compile Selected@^K
  517. menu.tools.rebuild=_Rebuild Package
  518. menu.tools.callLibrary=Use Library Class...@L
  519. menu.tools.generateDoc=Project Documentation@J
  520. menu.tools.testing=_Testing
  521. menu.tools.run=Run Tests
  522. menu.tools.end=End Recording
  523. menu.tools.cancel=Cancel Recording
  524. menu.tools.preferences=_Preferences...@,
  525.  
  526. menu.view=_View
  527. menu.view.showUses=Show Uses@U
  528. menu.view.showInherits=Show Inheritance@I
  529. menu.view.showExecControls=Show Debugger@D
  530. menu.view.showTerminal=Show Terminal@T
  531. menu.view.showTextEval=Show Code Pad@E
  532. menu.view.showTestDisplay=Show Test _Results
  533.  
  534. menu.group=_Group Work
  535. menu.group.make=Make Group Package
  536. menu.group.open=Open Group Package
  537. menu.group.updateSelected=Update Selected
  538. menu.group.updateAll=Update All
  539. menu.group.commitSelected=Commit Selected
  540. menu.group.commitAll=Commit All
  541. menu.group.statusSelection=Status of Selection
  542. menu.group.statusAll=Status of All
  543. menu.group.users=Users
  544. menu.group.configuration=Configuration
  545.  
  546. menu.help=_Help
  547. menu.help.about=_About BlueJ
  548. menu.help.extensions=Installed E_xtensions
  549. menu.help.versionCheck=Check Version...@V
  550. menu.help.copyright=_Copyright
  551. menu.help.website=BlueJ _Web Site
  552. menu.help.tutorial=BlueJ _Tutorial
  553. menu.help.standardApi=Java _Class Libraries
  554.  
  555. # tool tips
  556.  
  557. tooltip.newClass=Create a new class in this package
  558. tooltip.newUses=Insert a 'uses' relation
  559. tooltip.newExtends=Insert an inheritance relation
  560. tooltip.compile=Compile all uncompiled classes in this package
  561. tooltip.test=Run all compiled test classes in this package
  562. tooltip.progress=Work indicator: indicates when virtual machine is executing
  563. tooltip.test.end=End a recording of a test method and save it.
  564. tooltip.test.cancel=Cancel and discard a recording of a test method.
  565.  
  566. #Copyright
  567.  
  568. menu.help.copyright.title=BlueJ Copyright, Licensing and Redistribution
  569. menu.help.copyright.line1=BlueJ is available 'as is' free of charge for use and non-commercial
  570. menu.help.copyright.line2=re-distribution. Disassembly of the system is prohibited. 
  571. menu.help.copyright.line3=This software may not be sold for profit or included in other
  572. menu.help.copyright.line4=packages which are sold for profit without written authorisation.
  573.  
  574. # About
  575.  
  576. about.bluej.version=BlueJ version
  577. about.java.version=Java version
  578. about.vm=Virtual machine:
  579. about.runningOn=Running on:
  580. about.javahome=Java Home:
  581. about.logfile=Debug log file:
  582. about.moreInfo=More information is at www.bluej.org.
  583. about.theTeam=The BlueJ team:
  584.  
  585. # Work Indicator
  586. workIndicator.resetMachine=Reset Machine@^R
  587.